home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / clickb1r / printmai.frm < prev    next >
Text File  |  1999-07-21  |  2KB  |  64 lines

  1. VERSION 5.00
  2. Begin VB.Form form1 
  3.    AutoRedraw      =   -1  'True
  4.    BorderStyle     =   3  'Fixed Dialog
  5.    Caption         =   "PrintMail for EHCNet3"
  6.    ClientHeight    =   1584
  7.    ClientLeft      =   4032
  8.    ClientTop       =   3216
  9.    ClientWidth     =   3636
  10.    ClipControls    =   0   'False
  11.    ControlBox      =   0   'False
  12.    FillStyle       =   0  'Solid
  13.    FontTransparent =   0   'False
  14.    Icon            =   "PrintMail.frx":0000
  15.    LinkTopic       =   "Form1"
  16.    MaxButton       =   0   'False
  17.    MinButton       =   0   'False
  18.    MousePointer    =   13  'Arrow and Hourglass
  19.    Moveable        =   0   'False
  20.    ScaleHeight     =   1584
  21.    ScaleWidth      =   3636
  22.    ShowInTaskbar   =   0   'False
  23.    StartUpPosition =   2  'CenterScreen
  24.    Visible         =   0   'False
  25.    Begin VB.Label Label3 
  26.       Caption         =   $"PrintMail.frx":030A
  27.       Height          =   612
  28.       Left            =   480
  29.       TabIndex        =   2
  30.       Top             =   240
  31.       Width           =   2772
  32.    End
  33.    Begin VB.Label Label2 
  34.       BorderStyle     =   1  'Fixed Single
  35.       Height          =   852
  36.       Left            =   360
  37.       TabIndex        =   1
  38.       Top             =   120
  39.       Width           =   3132
  40.    End
  41.    Begin VB.Label Label1 
  42.       Caption         =   "Processing - Please wait"
  43.       BeginProperty Font 
  44.          Name            =   "MS Sans Serif"
  45.          Size            =   12
  46.          Charset         =   0
  47.          Weight          =   700
  48.          Underline       =   0   'False
  49.          Italic          =   0   'False
  50.          Strikethrough   =   0   'False
  51.       EndProperty
  52.       Height          =   372
  53.       Left            =   480
  54.       TabIndex        =   0
  55.       Top             =   1080
  56.       Width           =   2892
  57.    End
  58. End
  59. Attribute VB_Name = "form1"
  60. Attribute VB_GlobalNameSpace = False
  61. Attribute VB_Creatable = False
  62. Attribute VB_PredeclaredId = True
  63. Attribute VB_Exposed = False
  64.